home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / daffyjumper.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  190 b   |  12 lines

  1. on(release){
  2.    if(jump == "0")
  3.    {
  4.       jump = "1";
  5.       setProperty("daffy", _X, getProperty("plane", _X));
  6.       tellTarget("daffy")
  7.       {
  8.          play();
  9.       }
  10.    }
  11. }
  12.